projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67e8e2b
)
Declare format2 instead of format1.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 25 Jan 2003 19:49:27 +0000
(19:49 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 25 Jan 2003 19:49:27 +0000
(19:49 +0000)
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index 029c06187918def419fa5656b458cd7aa5e0def3..ca4811e553fcad4c7788cce98b1f2ab037e41ed1 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-2640,7
+2640,7
@@
EXFUN (Fbolp, 0);
EXFUN (Fbobp, 0);
EXFUN (Fformat, MANY);
EXFUN (Fmessage, MANY);
-extern Lisp_Object format
1 P_ ((/* char *, ... */
));
+extern Lisp_Object format
2 P_ ((char *, Lisp_Object, Lisp_Object
));
extern Lisp_Object make_buffer_string P_ ((int, int, int));
EXFUN (Fbuffer_substring, 2);
EXFUN (Fbuffer_string, 0);